projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c78f294
)
(makeinfo-region): Fix name of tex-start/end-of-header.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Apr 1994 14:58:14 +0000
(14:58 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Apr 1994 14:58:14 +0000
(14:58 +0000)
lisp/textmodes/makeinfo.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/makeinfo.el
b/lisp/textmodes/makeinfo.el
index 58a1be1e9b1108521ae1ad4f755e83a3f92c4540..61269de9e2ce4d6794485e4ebc7bd18a116204d2 100644
(file)
--- a/
lisp/textmodes/makeinfo.el
+++ b/
lisp/textmodes/makeinfo.el
@@
-112,12
+112,12
@@
command to gain use of `next-error'."
(goto-char (point-min))
(if (and
(prog1
- (search-forward tex
info
-start-of-header search-end t)
+ (search-forward tex-start-of-header search-end t)
(beginning-of-line)
;; Mark beginning of header.
(setq filename-or-header-beginning (point)))
(prog1
- (search-forward tex
info
-end-of-header nil t)
+ (search-forward tex-end-of-header nil t)
(beginning-of-line)
;; Mark end of header
(setq filename-or-header-end (point))))